Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breaking change - removed 'Size' property from components #850

Merged
merged 1 commit into from
Jan 16, 2020

Conversation

jpkrohling
Copy link
Contributor

@jpkrohling jpkrohling commented Jan 15, 2020

In preparation for #848, this would be a good time to remove the Size property from the Collector, Ingester and Query. It's been deprecated for quite some time, with a message similar to this:

The 'size' property for the collector is deprecated. Use 'replicas' instead.

The documentation also shows that Replicas should be used:

Size represents the number of replicas to create for this service. DEPRECATED, use Replicas instead.

CRs using Size should have been migrated automatically by the operator upon reconciliation, so, existing installations shouldn't break.

Signed-off-by: Juraci Paixão Kröhling [email protected]

@pavolloffay
Copy link
Member

output of git grep -A 2 -B 2 size https://pastebin.com/h5vyxS3S

@jpkrohling jpkrohling merged commit 1c151cb into jaegertracing:master Jan 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants